home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHack 2000
/
MacHack 2000.toast
/
pc
/
The Hacks
/
FinderGrok
/
Grok
/
Source
/
Prefix
/
DebugPrefix.h
next >
Wrap
Text File
|
2000-06-23
|
399b
|
12 lines
// ===========================================================================
// DebugPrefix.h ©1999-2000 Metrowerks Inc. All rights reserved.
// ===========================================================================
// Bring in the project's precompiled header for the given target
#if __POWERPC__
#include "DebugPrefixHeadersPPC++"
#else
#include "DebugPrefixHeaders68K++"
#endif